@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Tajawal", sans-serif;
}

button,
.btn,
input,
textarea {
  box-shadow: none !important;
}
a {
  text-decoration: none;
}

/* land-sec start */

.land-sec {
  background: linear-gradient(
    249.13deg,
    #1971dc 36.2%,
    rgba(34, 134, 255, 0.78) 125.42%
  );
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.land-sec .circle-abslout {
  position: absolute;
  right: 0px;
  z-index: 1;
  top: 60%;
}

.land-sec .wav-bottom {
  position: absolute;
  bottom: -20px;
  width: 100%;
  z-index: 2 !important;
}
.land-sec .header .navbar-nav .nav-link {
  font-weight: 400 !important;
  line-height: 22px;
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  padding-right: 0px;
}

#myheader .navbar-nav .nav-link {
  font-weight: 400 !important;
  line-height: 22px;
  color: #0353b4;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  padding-right: 0px;
}

#myheader .navbar-nav .nav-link:hover {
  color: #ffc34f;
}

#myheader .navbar-nav .active {
  font-weight: 500 !important;
  color: #ffc34f;
}

.land-sec .top-icons {
  top: 30%;
  left: 40px;
}

@media (max-width: 700px) {
  .land-sec .top-icons {
    display: none !important;
  }
}

.img-abs {
  position: absolute;
  bottom: -50px;
  left: 50%;
}

@media (max-width: 992px) {
  .img-abs {
    left: 10%;
  }
}

.land-sec .top-sec {
  margin-top: 5rem;
  margin-bottom: 10rem !important;
  position: relative;
  z-index: 2;
}

.sidebar li .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

.dropdow {
  position: relative;
  display: inline-block;
}

.dropdow-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 30;
}

.dropdow-content a {
  color: #0c6adb;
  padding: 10px 16px !important;
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.dropbtn {
  font-size: 16px;
  color: white !important;
}

.dropbtn i {
  font-size: 12px !important;
}

@media (max-width: 1400px) {
  .dropbtn {
    font-size: 15px !important;
  }
}

.dropdow-content a:hover {
  background-color: #fbb93b;
  color: white;
}

.dropdow:hover .dropdow-content {
  display: block;
  margin-left: 10px;
}

#myheader {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white !important;
  height: 70px;
  box-shadow: -1px 0px 5px rgb(57 63 72 / 30%) !important;
  transition: display 5s 3s ease !important;
}

.sticky > .nav {
  padding-top: 0px !important;
}

.offcanvas-body .nav-link {
  height: 20px !important;
}

.land-sec .top-icons a i {
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 18px;
}

.land-sec .top-icons a:hover i {
  color: #fbb93b;
}

.land-sec .header .navbar-nav .nav-link:hover {
  color: #ffc34f;
}

.land-sec .header .navbar-nav .active {
  font-weight: 500 !important;
  color: #ffc34f;
}

.land-sec .header .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background-color: #ffc34f;
  border-radius: 10px;
  height: 3px;
  width: 50%;
  bottom: 0;
  right: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: none;
}
.land-sec .header .navbar-nav .active::after {
  display: block;
}

.land-sec .header .offcanvas-start {
  transition: all 1s !important;
  -webkit-transition: all 1s !important;
  -moz-transition: all 1s !important;
  -ms-transition: all 1s !important;
  -o-transition: all 1s !important;
}
.land-sec .header .offcanvas-start .navbar-nav .nav-link {
  font-weight: 400 !important;
  line-height: 22px;
  color: white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.land-sec .header .offcanvas-start .navbar-nav .nav-link:hover {
  color: #ffc34f;
}

.land-sec .header .offcanvas-start .navbar-nav .active {
  color: #ffc34f;
}
.land-sec .header .offcanvas-start .navbar-nav .active::after {
  display: none;
}
.land-sec .navbar-light .nav-toggle {
  color: white !important;
  font-size: 30px !important;
  font-weight: bold;
  display: block;
}
@media (min-width: 768px) {
  .land-sec .navbar-light .nav-toggle {
    display: none;
  }
}

.land-sec .header .offcanvas {
  background-color: #0454b5;
}

@media (min-width: 500px) {
  .land-sec .header .offcanvas {
    width: 50%;
  }
}

.land-sec .header .offcanvas-header .btn-close {
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
}

.land-sec .top-sec .top-title h1 {
  color: white;
  font-weight: 800 !important;
  line-height: 50px;
  font-size: 30px;
}
.land-sec .top-sec .top-title p {
  color: white !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  letter-spacing: -0.5px;
}

.btn-danger {
  background-color: white !important;
  border-color: white !important;
  border-radius: 8px;
  width: 130px;
  height: 43px;
  padding-top: 8px;
  font-weight: 500;
  overflow-y: hidden;
  display: inline-block;
  color: #1479fe !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn-danger:hover {
  background-color: #fbb93b !important;
  border-color: #fbb93b !important;
  color: white !important;
}

/* land-sec end */

.btn-primary {
  background-color: #0b84ee !important;
  border-color: #0b84ee !important;
  border-radius: 10px;
  width: 140px;
  height: 45px;

  font-weight: 700;
  overflow-y: hidden;
  display: inline-block;
  color: #fff !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.btn-primary:hover {
  background-color: #fbb93b !important;
  border-color: #fbb93b !important;
  color: white !important;
}

/* work start */
.work h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #0f2137;
}
.work .slide-img {
  position: relative;
  width: 284px;
  height: 327px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  cursor: pointer;
  z-index: 0;
}

.work .control .next1 {
  right: 5px;
  position: absolute;
  z-index: 20;
  top: 50%;
  color: #0b6af0 !important;
  font-weight: 800 !important;
}

.work .control .prev1 {
  left: 5px;
  position: absolute;
  z-index: 20;
  top: 50%;
  color: #0b6af0 !important;
  font-weight: 800 !important;
}

/* work end */

/* tabs start */

#btn-back-to-top {
  position: fixed;
  bottom: 30px;
  left: 40px;
  display: none;
  justify-content: center;
  align-items: center;
}

.btn-light {
  width: 50px !important;
  height: 50px !important;
  background-color: #ffc34f;
  border-radius: 50% !important;
  border: 1px solid #ffc34f;
  color: white;
  text-align: center;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.btn-light:hover {
  background-color: #1c91f0;
  border: 1px solid #1c91f0;
  color: white;
}

.float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  right: 40px;
  background-color: #00c74a;
  color: #fff !important;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  box-shadow: 1px 1px 2px #999;
  z-index: 100;
}

@media (max-width: 575px) {
  .float {
    width: 50px;
    height: 50px;
    font-size: 25px;
    right: 20px;
  }
}
.my-float {
  margin-top: 5px;
}

.float {
  animation: zoom-in-zoom-out 1s ease-out infinite;
  -webkit-animation: zoom-in-zoom-out 1s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

.tabs h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #000000;
}

.tabs p {
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: -0.5px;

  color: #000000;
}

.tabs .tabs-around {
  width: 460px;
  height: 460px;
  border: 0.5px solid rgba(0, 0, 0, 0.32);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
}

@media (max-width: 600px) {
  .tabs .tabs-around {
    width: 400px;
    height: 400px;
  }
  .tabs .nav-pills .nav-link {
    width: 70px !important;
    height: 70px !important;
  }
}

@media (max-width: 500px) {
  .tabs .tabs-around {
    width: 350px;
    height: 350px;
  }
  .tabs .nav-pills .nav-link {
    width: 60px !important;
    height: 60px !important;
  }
}

@media (max-width: 410px) {
  .tabs .tabs-around {
    width: 300px;
    height: 300px;
  }
  .tabs .nav-pills .nav-link {
    width: 50px !important;
    height: 50px !important;
  }
}

@media (max-width: 320px) {
  .tabs .tabs-around {
    width: 250px;
    height: 250px;
  }
}
.tabs .nav-pills .nav-link.active,
.tabs .nav-pills .show > .nav-link {
  background: linear-gradient(84.1deg, #0857b6 31.9%, #1aaae9 156.16%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 13px -3px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.tabs .nav-pills .nav-link.active svg path {
  fill: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.tabs .nav-pills .nav-link:hover {
  background: linear-gradient(84.1deg, #0857b6 31.9%, #1aaae9 156.16%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 4px 13px -3px rgba(0, 0, 0, 0.25);
}
.tabs .nav-pills .nav-link:hover svg path {
  fill: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.tabs .nav-pills .nav-link {
  background: #ffffff;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.09) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.con-tab #pills-home-tab {
  position: absolute;
  top: 0;
  right: 12%;
}
.con-tab #pills-profile-tab {
  position: absolute;
  top: 40%;
  right: -8%;
}

.con-tab #pills-contact-tab {
  position: absolute;
  bottom: 0px;
  right: 50px;
}
.con-tab #pills-home-tab1 {
  position: absolute;
  top: 0px;
  left: 12%;
}
.con-tab #pills-profile-tab1 {
  position: absolute;
  top: 40%;
  left: -8%;
}

.con-tab #pills-contact-tab1 {
  position: absolute;
  bottom: 0px;
  left: 50px;
}

.tabs .tab-content .tab-pane h6 {
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
}
.tabs .tab-content .tab-pane h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 32px;
}

.tabs .tab-content .tab-pane p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
}
/* tabs end */

/* conuct-us start  */

.conuct-us {
  background-image: url("../images/Group\ 1000005100.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  margin-top: 7rem;
  margin-bottom: 5rem;
}
.conuct-us::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1 !important;
  background: rgba(13, 104, 213, 0.88);
  top: 0;
}

.conuct-us h3 {
  font-weight: 800 !important;
  font-size: 25px;
  line-height: 50px;
  letter-spacing: -0.5px;
  color: #ffffff;
}
.conuct-us input {
  height: 51px;
}
.conuct-us input,
.conuct-us textarea {
  background: transparent;
  border-color: white;
  border-radius: 5px;
  color: white !important;
}

.conuct-us input:focus,
.conuct-us textarea:focus {
  border-color: #fbb93b !important;
  background-color: transparent;
}
.conuct-us input:active,
.conuct-us textarea:active {
  border-color: #fbb93b !important;
  background-color: transparent;
}
.conuct-us input::placeholder,
.conuct-us textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.011em;
  text-transform: capitalize;
  color: #ffffff !important;
}

input[type="email"],
input[type="tel"] {
  direction: rtl;
}
.invalid-feedback {
  color: rgb(223, 156, 156) !important;
  text-align: start;
}

.conuct-us h6 {
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  text-transform: lowercase;

  color: #ffffff;
}

.conuct-us p {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-transform: lowercase;
  color: #ffffff;
}

.conuct-us .sociel-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.card-conact:hover .sociel-icon {
  background-color: #fbb93b;
  border-color: #fbb93b;
}

.btn-danger {
  background-color: white !important;
  border-color: white !important;
  border-radius: 8px;
  width: 150px;
  height: 43px;
  padding-top: 8px;
  position: relative;
  font-weight: 500;
  z-index: 0;
  overflow-y: hidden;
  display: inline-block;
  color: #1479fe !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn-danger:hover {
  background-color: #fbb93b !important;
  border-color: #fbb93b !important;
  color: white !important;
}

/* conuct-us end */

/* footer start */

footer {
  background-color: #0454b5;
}

footer .nav-link {
  padding-right: 0px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
footer .nav-link:hover {
  color: #fbb93b;
  margin-right: 5px;
}

footer h5 {
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}

footer .contact-icon i {
  color: white;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  font-size: 18px;
}
footer .contact-icon:hover i {
  color: #fbb93b;
}
.contact-form p {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #ffffff;
}
.contact-form .form-control {
  background: #ffffff;
  border-radius: 8px;
}
input[type="email"] {
  direction: rtl;
}

input::placeholder,
textarea::placeholder {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 14px;
  color: #c6c6c6 !important;
}

.btn-secondary {
  background: linear-gradient(94.82deg, #0756b5 11.2%, #21a0ff 94.99%);
  box-shadow: 0px 4px 25px rgba(206, 60, 60, 0.25);
  border-radius: 4px 4px 44px 4px;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 17px;
  color: #ffffff;
  width: 90px;
  height: 30px;
  border: none !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn-secondary:hover {
  opacity: 70%;
}
/* footer end */
